This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
Subject: Error 4746: Web Service <WebServiceName> method <MethodName> error (0) null
Feedback Type: Problem
Product Area: Domino Server
Technical Area: Application Development
Platform: Windows
Release: 8.5.2
Reproducible: Intermittent
Hello,
I have a Web Service Consumer written in LotusScript which is calling Web Service Provider (in a different db) written in Java. Both of them are Domino design elements in Domino databases.
In most cases everything works fine but with a certain set of data I alway get this error in my LS agent which is calling the web service consumer:
Error 4746: Web Service Report method build error (0) null
The provider does not start at all.
Here "Report" is the web service class name and "build" is the method I'm calling.
I'm passing multiple large arrays (5000 items in biggest of them) and it's a bit difficult to debug which piece of data causes the problem (but I will try).
I've tried different SOAP message formats but that that does not help.
This looks like a Domino bug and it's hard to debug because it happens when consumer calls provider and the first Java code line in provider does not get executed.
Any ideas what's wrong and how to debug this? The server and my designer are 8.5.2FP1.
thanks,
- Panu
Feedback number WEBB8DRF3H created by ~Alexis Minlutex on 02/04/2011
Status: Open
Comments: This does not occur every time with the problem data. Re-saving the agent that calls consumer seems to reset it and after that it sometimes works for hours before it breaks.
Should I close the connection somehow after receiving a response from the web service provider?
UPDATE: Looks like web service is running out of memory or hitting a limit with large amounts of data. SPR SODY8EKDLK and APAR LO58902 created.